home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ICONS / TRADE / VID4.OPD < prev    next >
Encoding:
Text File  |  1996-11-12  |  1.1 KB  |  58 lines

  1. #[document 80.45 133.3 130.5 178
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(81.75,136.20);
  16. l(102.10,154.70);
  17. l(102.45,145.05);
  18. finish_edge();
  19. p=path();
  20. gc_draw_style(stroked);
  21. gc_line_join_style(round);
  22. gc_line_cap_style(round);
  23. gc_stroke_width(1.50);
  24. gc_font_draw_style(0);
  25. gc_color(0.00,0.00,0.00);
  26. s[0]=draw(p);
  27. m(102.75,145.05);
  28. l(128.30,176.35);
  29. finish_edge();
  30. p=path();
  31. s[1]=draw(p);
  32. s[0]:=s[1];
  33. m(105.30,169.25);
  34. l(107.10,165.10);
  35. l(107.35,160.45);
  36. finish_edge();
  37. p=path();
  38. s[1]=draw(p);
  39. s[0]:=s[1];
  40. m(81.20,135.45);
  41. l(83.50,134.05);
  42. l(102.35,150.75);
  43. l(102.45,145.05);
  44. l(105.30,142.70);
  45. l(129.75,173.80);
  46. l(129.15,177.25);
  47. l(105.30,158.70);
  48. l(105.35,169.50);
  49. l(81.20,135.45);
  50. close_edge();
  51. p=path();
  52. s[1]=draw(p);
  53. s[0]over=s[1];
  54. page:=s[0];
  55. s=NULL;
  56. #]page
  57. #]document
  58.